home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / source / IntegerGadgetClass.h < prev    next >
C/C++ Source or Header  |  1992-12-23  |  234b  |  12 lines

  1. #ifndef INTEGERGADGETCLASS_H
  2. #define INTEGERGADGETCLASS_H
  3.  
  4. #include "IntegerGadget.h"
  5. #include "ValuatorClass.h"
  6.  
  7.  
  8. struct ValuatorClass *IntegerGadgetClass( void );
  9.  
  10. void IntegerGadgetClass_Init( struct ValuatorClass *class );
  11.  
  12. #endif